home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1997 January: Mac OS SDK / Dev.CD Jan 97 SDK2.toast / Development Kits (Disc 2) / OpenDoc Development Framework / ODF-Interest Archive / May 96 / Re ODF 1 - download issues.4 < prev    next >
Encoding:
Internet Message Format  |  1996-12-03  |  1.1 KB  |  [TEXT/ttxt]

  1. Subject:     Re: ODF 1 - download issues
  2. Sent:        5/16/96 7:24 PM
  3. Received:    5/17/96 9:03 AM
  4. From:        Henri Lamiraux, lamiraux@apple.com
  5. Reply-To:    ODF-Interest@CILabs.ORG
  6. To:          OpenDoc Development Framework Discussion List, ODF-Interest@CILabs.
  7.  
  8. >4. Perhaps 'cause of virtual memory, perhaps 'cause of the increase in ODF 
  9. >1 functionality, my compiles "seem" to take a lot longer.  For example, 
  10. >making a small change to a part takes ages for things to compile.  What's 
  11. >going on?  Is it 'cause of virtual memory?
  12. >
  13.  
  14. Turning VM on is definitly making your compile slower.
  15.  
  16. >5. ODF Parts seem to be at least twice as big as their raw OpenDoc/C++ 
  17. >counterparts e.g. ODF Nothing comes in at 340K whilst SamplePart comes in 
  18. >at 145K.  I presume and hope that the release that moves the ODF Framework 
  19. >layer into a shared lib will bring things back down to the 145K mark (I 
  20. >can understand it being, say, 20% bigger).
  21.  
  22. Your are looking at the debug build of the ODFNothing part. The release 
  23. build is around 184K. We are putting a lot of assertions in our debug 
  24. build.
  25.